Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(python): add prerelease nox session #1455

Merged
merged 2 commits into from
Jun 12, 2022
Merged

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Jun 10, 2022

Fixes #1290

This PR adds a nox session for testing prerelease versions of dependencies.

I tested the change by building the post processor owlbot image locally using the following:

docker build -f docker/owlbot/python/Dockerfile -t prerelease .

I then ran the post processor in a downstream repo:

docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo prerelease

See the changes for 2 repositories here:
googleapis/python-monitoring#453
googleapis/python-asset#444

@parthea parthea changed the title chore: add prerelease nox session chore(python): add prerelease nox session Jun 10, 2022
@parthea parthea marked this pull request as ready for review June 10, 2022 16:33
@parthea parthea requested a review from a team as a code owner June 10, 2022 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python: add prerelease session to noxfile + kokoro sessions
2 participants